class c4_Row : public c4_RowRef

An entry in a collection with copy semantics.

Public:

c4_Row ();
Constructs a row with no properties.
c4_Row (const c4_Row& row_);
Constructs a row from another one.
c4_Row (const c4_RowRef& row_);
Constructs a row copy from a row reference.
~c4_Row ();

c4_Row& operator= (const c4_Row& row_);
Assigns a copy of another row to this one.
c4_Row& operator= (const c4_RowRef& row_);
Copies another row to this one.
void ConcatRow (const c4_RowRef& row_);
Adds all properties and values into this row.
Friends:

friend c4_Row operator+ (const c4_RowRef& a_, const c4_RowRef& b_);
Returns a new row which is the concatenation of two others.


#include "k4view.h"   // Jun 8, 1997